- state
- User state information.
| Visual Basic (Declaration) | |
|---|---|
Protected MustOverride Sub OnStreamingCompleted( _ ByVal state As TServiceState _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ServiceStreamer(Of TStreamedData,TServiceState) Dim state As TServiceState instance.OnStreamingCompleted(state) | |
| C# | |
|---|---|
protected abstract void OnStreamingCompleted( TServiceState state ) | |
| C++/CLI | |
|---|---|
protected: abstract void OnStreamingCompleted( TServiceState^ state ) | |
Parameters
- state
- User state information.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code